Autodesk.AutoCAD.Geometry Namespace > Vector3d Structure > Vector3d Constructor > Vector3d(double[]) Constructor
Vector3d.Vector3d(double[]) Constructor
Description

 

Creates a vector using the first three elements of the array.

Visual Basic
Public Sub New(
    xyz As double[]
)
C#
public Vector3d(
    double\[\] xyz
);
Parameters
Parameters 
Description 
double[] xyz 
Input coordinate array 
Links
   Comments?